Arithmetic Operators

The arithmetic operators available in MSL are listed below:

Operator Description Example Result
+ Add 1 + 2 3
- Subtract 5 - 3 2
* Multiply 2 * 3 6
/ Divide 7 / 2 3.5
% Remainder after integer division 7 % 3 1